PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocumentFeatures Class
Methods


In This Topic
    PDFFixedDocumentFeatures Class Members
    In This Topic

    The following tables list the members exposed by PDFFixedDocumentFeatures.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public MethodGets a value indicating whether document file attachments are enabled.
    If document file attachments are not enabled, then the method will return null and new attachments cannot be created.  
    Public MethodGets a value indicating whether document form fields are enabled.
    If document form fields are not enabled, then the and methods will return null and new form fields cannot be created.  
    Public MethodGets a value indicating whether document javascript code blocks are enabled.
    If document javascript code blocks are not enabled, then the method will return null and new javascript blocks cannot be created.  
    Public MethodGets a value indicating whether document named destinations are enabled.
    If named destinations are not enabled, then the method will return null and new named destinations cannot be created.  
    Public MethodGets a value indicating whether document outline is enabled.
    If document outline is not enabled, then the method will return null and new outline items cannot be created.  
    Public MethodGets a value indicating whether page annotations are enabled.
    If page annotations are not enabled, then the method will return null for pages loaded from the PDF file.  
    Public MethodGets a value indicating whether page graphics is enabled.
    If page graphics is not enabled, then the method will return null for pages loaded from the PDF file.  
    Public MethodGets a value indicating whether pages are enabled.
    If pages are not enabled, then the method will null and new pages cannot be added.  
    Public MethodSets a value indicating whether document file attachments are enabled.
    If document file attachments are not enabled, then the method will return null and new attachments cannot be created.  
    Public MethodSets a value indicating whether document form fields are enabled.
    If document form fields are not enabled, then the and methods will return null and new form fields cannot be created.  
    Public MethodSets a value indicating whether document javascript code blocks are enabled.
    If document javascript code blocks are not enabled, then the method will return null and new javascript blocks cannot be created.  
    Public MethodSets a value indicating whether document named destinations are enabled.
    If named destinations are not enabled, then the method will return null and new named destinations cannot be created.  
    Public MethodSets a value indicating whether document outline is enabled.
    If document outline is not enabled, then the method will return null and new outline items cannot be created.  
    Public MethodSets a value indicating whether page annotations are enabled.
    If page annotations are not enabled, then the method will return null for pages loaded from the PDF file.  
    Public MethodSets a value indicating whether page graphics is enabled.
    If page graphics is not enabled, then the method will return null for pages loaded from the PDF file.  
    Public MethodSets a value indicating whether pages are enabled.
    If pages are not enabled, then the method will null and new pages cannot be added.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Top
    See Also